home *** CD-ROM | disk | FTP | other *** search
- #include "kant.h"
- #include "graphics.h"
- #include "window layer.h"
-
- Boolean gAlwaysResolve;
- short gSpeedDelay;
- FSSpec gModuleFS;
- Boolean gUseDefault;
-
- void InitTheProgram(void)
- {
- }
-
- Boolean ShutDownTheProgram(void)
- {
- WindowPtr theWindow;
-
- while ((theWindow=GetFrontDocumentWindow())!=0L)
- if (!CloseTheWindow(theWindow))
- return FALSE;
-
- while ((theWindow=FrontWindow())!=0L)
- if (!CloseTheWindow(theWindow))
- return FALSE;
-
- return TRUE;
- }
-